home *** CD-ROM | disk | FTP | other *** search
-
- Shader()
- {// >=gffx
- SurfaceID(SRFTYPE)
- NoLightmaps()
- Shaderquality(3)
- Pass()
- {
- Lighting()
- Pixelshader("COS.psh")
- VertexShader("OSTInst20.vsh")
-
- !include("__Tex1.mtt")
- !include("__CloudsVS2.mtt")
-
- !include("__FadeGen.mtt")
- !include("__LightningColors.mtt")
- }
- Cull("cw")
- }
-
-
- Shader()
- {// >=gf3
- SurfaceID(SRFTYPE)
- NoLightmaps()
- Shaderquality(3)
- Pass()
- {
- Lighting()
- Pixelshader("COS.psh")
- VertexShader("OSTInst.vsh")
-
- !include("__Tex1.mtt")
- !include("__CloudsVS2.mtt")
-
- !include("__FadeGen.mtt")
- !include("__LightningColors.mtt")
-
- }
- Cull("cw")
- }
-
- Shader()
- {// >=gffx
- SurfaceID(SRFTYPE)
- NoLightmaps()
- Shaderquality(1)
- Pass()
- {
- Lighting()
- Pixelshader("OS.psh")
- VertexShader("SInst20.vsh")
-
- !include("__Tex1.mtt")
-
- !include("__FadeGen.mtt")
- !include("__LightningColors.mtt")
- }
- Cull("cw")
- }
-
-
- Shader()
- {// >=gf3
- SurfaceID(SRFTYPE)
- NoLightmaps()
- Shaderquality(1)
- Pass()
- {
- Lighting()
- Pixelshader("OS.psh")
- VertexShader("SInst.vsh")
-
- !include("__Tex1.mtt")
-
- !include("__FadeGen.mtt")
- !include("__LightningColors.mtt")
-
- }
- Cull("cw")
- }